home *** CD-ROM | disk | FTP | other *** search
- if(power_up ne "expand")
- {
- if(expanded == "1")
- {
- expanded = "0";
- setProperty("/bat", _xscale, "75");
- batWidth = "60";
- stopDrag();
- startDrag("/bat","1","40","400","380","400");
- }
- }
- if(power_up ne "shrink")
- {
- if(shrunken == "1")
- {
- shrunken = "0";
- setProperty("/bat", _xscale, "75");
- batWidth = "60";
- stopDrag();
- startDrag("/bat","1","40","400","380","400");
- }
- }
- if(power_up ne "catch")
- {
- if(caught == "1")
- {
- button = "0";
- caught = "0";
- release = "True";
- }
- }
-